MapboxVoiceInstructions

class MapboxVoiceInstructions(mapboxNavigation: MapboxNavigation)

This class converts MapboxNavigation callback streams into Flow.

Constructors

MapboxVoiceInstructions
Link copied to clipboard
fun MapboxVoiceInstructions(mapboxNavigation: MapboxNavigation)

Types

State
Link copied to clipboard
interface State

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String
voiceInstructions
Link copied to clipboard
fun voiceInstructions(): Flow<MapboxVoiceInstructions.State>
voiceLanguage
Link copied to clipboard
fun voiceLanguage(): Flow<String?>

Properties

mapboxNavigation
Link copied to clipboard
val mapboxNavigation: MapboxNavigation